Click or drag to resize

ChangeHighlights Class

Encapsulates information on changes to a meeting request.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeChangeHighlights

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ChangeHighlights

The ChangeHighlights type exposes the following members.

Constructors
  NameDescription
Public methodChangeHighlights
Initializes a new instance of the ChangeHighlights class
Top
Properties
  NameDescription
Public propertyEndTime
Gets the old end date and time of the meeting.
Public propertyHasEndTimeChanged
Checks whether the end time of the meeting has changed.
Public propertyHasLocationChanged
Checks whether the location for the meeting has changed.
Public propertyHasStartTimeChanged
Checks whether the start time for the meeting has changed.
Public propertyLocation
Gets the old location of the meeting.
Public propertyStartTime
Gets the old start date and time of the meeting.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also